derelict.purple.whiteboard

Undocumented in source.

Members

Aliases

PurpleWhiteboard
alias PurpleWhiteboard = _PurpleWhiteboard
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleWhiteboardPrplOps
alias PurpleWhiteboardPrplOps = _PurpleWhiteboardPrplOps
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleWhiteboardUiOps
alias PurpleWhiteboardUiOps = _PurpleWhiteboardUiOps
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_clear
alias da_purple_whiteboard_clear = void function(PurpleWhiteboard* wb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_create
alias da_purple_whiteboard_create = PurpleWhiteboard* function(PurpleAccount* account, const(char)* who, int state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_destroy
alias da_purple_whiteboard_destroy = void function(PurpleWhiteboard* wb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_draw_line
alias da_purple_whiteboard_draw_line = void function(PurpleWhiteboard* wb, int x1, int y1, int x2, int y2, int color, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_draw_list_destroy
alias da_purple_whiteboard_draw_list_destroy = void function(GList* draw_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_draw_point
alias da_purple_whiteboard_draw_point = void function(PurpleWhiteboard* wb, int x, int y, int color, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_get_brush
alias da_purple_whiteboard_get_brush = gboolean function(const(PurpleWhiteboard)* wb, int* size, int* color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_get_dimensions
alias da_purple_whiteboard_get_dimensions = gboolean function(const(PurpleWhiteboard)* wb, int* width, int* height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_get_session
alias da_purple_whiteboard_get_session = PurpleWhiteboard* function(const(PurpleAccount)* account, const(char)* who)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_send_brush
alias da_purple_whiteboard_send_brush = void function(PurpleWhiteboard* wb, int size, int color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_send_clear
alias da_purple_whiteboard_send_clear = void function(PurpleWhiteboard* wb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_send_draw_list
alias da_purple_whiteboard_send_draw_list = void function(PurpleWhiteboard* wb, GList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_set_brush
alias da_purple_whiteboard_set_brush = void function(PurpleWhiteboard* wb, int size, int color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_set_dimensions
alias da_purple_whiteboard_set_dimensions = void function(PurpleWhiteboard* wb, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_set_prpl_ops
alias da_purple_whiteboard_set_prpl_ops = void function(PurpleWhiteboard* wb, PurpleWhiteboardPrplOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_set_ui_ops
alias da_purple_whiteboard_set_ui_ops = void function(PurpleWhiteboardUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_whiteboard_start
alias da_purple_whiteboard_start = void function(PurpleWhiteboard* wb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

purple_whiteboard_clear
void purple_whiteboard_clear(PurpleWhiteboard* wb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_create
PurpleWhiteboard* purple_whiteboard_create(PurpleAccount* account, const(char)* who, int state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_destroy
void purple_whiteboard_destroy(PurpleWhiteboard* wb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_draw_line
void purple_whiteboard_draw_line(PurpleWhiteboard* wb, int x1, int y1, int x2, int y2, int color, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_draw_list_destroy
void purple_whiteboard_draw_list_destroy(GList* draw_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_draw_point
void purple_whiteboard_draw_point(PurpleWhiteboard* wb, int x, int y, int color, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_get_brush
gboolean purple_whiteboard_get_brush(const(PurpleWhiteboard)* wb, int* size, int* color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_get_dimensions
gboolean purple_whiteboard_get_dimensions(const(PurpleWhiteboard)* wb, int* width, int* height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_get_session
PurpleWhiteboard* purple_whiteboard_get_session(const(PurpleAccount)* account, const(char)* who)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_send_brush
void purple_whiteboard_send_brush(PurpleWhiteboard* wb, int size, int color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_send_clear
void purple_whiteboard_send_clear(PurpleWhiteboard* wb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_send_draw_list
void purple_whiteboard_send_draw_list(PurpleWhiteboard* wb, GList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_set_brush
void purple_whiteboard_set_brush(PurpleWhiteboard* wb, int size, int color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_set_dimensions
void purple_whiteboard_set_dimensions(PurpleWhiteboard* wb, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_set_prpl_ops
void purple_whiteboard_set_prpl_ops(PurpleWhiteboard* wb, PurpleWhiteboardPrplOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_set_ui_ops
void purple_whiteboard_set_ui_ops(PurpleWhiteboardUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_start
void purple_whiteboard_start(PurpleWhiteboard* wb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

purple_whiteboard_clear
da_purple_whiteboard_clear purple_whiteboard_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_create
da_purple_whiteboard_create purple_whiteboard_create;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_destroy
da_purple_whiteboard_destroy purple_whiteboard_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_draw_line
da_purple_whiteboard_draw_line purple_whiteboard_draw_line;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_draw_list_destroy
da_purple_whiteboard_draw_list_destroy purple_whiteboard_draw_list_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_draw_point
da_purple_whiteboard_draw_point purple_whiteboard_draw_point;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_get_brush
da_purple_whiteboard_get_brush purple_whiteboard_get_brush;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_get_dimensions
da_purple_whiteboard_get_dimensions purple_whiteboard_get_dimensions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_get_session
da_purple_whiteboard_get_session purple_whiteboard_get_session;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_send_brush
da_purple_whiteboard_send_brush purple_whiteboard_send_brush;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_send_clear
da_purple_whiteboard_send_clear purple_whiteboard_send_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_send_draw_list
da_purple_whiteboard_send_draw_list purple_whiteboard_send_draw_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_set_brush
da_purple_whiteboard_set_brush purple_whiteboard_set_brush;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_set_dimensions
da_purple_whiteboard_set_dimensions purple_whiteboard_set_dimensions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_set_prpl_ops
da_purple_whiteboard_set_prpl_ops purple_whiteboard_set_prpl_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_set_ui_ops
da_purple_whiteboard_set_ui_ops purple_whiteboard_set_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_whiteboard_start
da_purple_whiteboard_start purple_whiteboard_start;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_PurpleWhiteboard
struct _PurpleWhiteboard
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleWhiteboardPrplOps
struct _PurpleWhiteboardPrplOps
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleWhiteboardUiOps
struct _PurpleWhiteboardUiOps
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta